3.292 \(\int \frac {1}{\sqrt {4+x^2} \sqrt {c+d x^2}} \, dx\)

Optimal. Leaf size=61 \[ \frac {\sqrt {c+d x^2} \operatorname {EllipticF}\left (\tan ^{-1}\left (\frac {x}{2}\right ),1-\frac {4 d}{c}\right )}{c \sqrt {x^2+4} \sqrt {\frac {c+d x^2}{c \left (x^2+4\right )}}} \]

[Out]

(1/(x^2+4))^(1/2)*EllipticF(x/(x^2+4)^(1/2),(1-4*d/c)^(1/2))*(d*x^2+c)^(1/2)/c/((d*x^2+c)/c/(x^2+4))^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 61, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.048, Rules used = {418} \[ \frac {\sqrt {c+d x^2} F\left (\tan ^{-1}\left (\frac {x}{2}\right )|1-\frac {4 d}{c}\right )}{c \sqrt {x^2+4} \sqrt {\frac {c+d x^2}{c \left (x^2+4\right )}}} \]

Antiderivative was successfully verified.

[In]

Int[1/(Sqrt[4 + x^2]*Sqrt[c + d*x^2]),x]

[Out]

(Sqrt[c + d*x^2]*EllipticF[ArcTan[x/2], 1 - (4*d)/c])/(c*Sqrt[4 + x^2]*Sqrt[(c + d*x^2)/(c*(4 + x^2))])

Rule 418

Int[1/(Sqrt[(a_) + (b_.)*(x_)^2]*Sqrt[(c_) + (d_.)*(x_)^2]), x_Symbol] :> Simp[(Sqrt[a + b*x^2]*EllipticF[ArcT
an[Rt[d/c, 2]*x], 1 - (b*c)/(a*d)])/(a*Rt[d/c, 2]*Sqrt[c + d*x^2]*Sqrt[(c*(a + b*x^2))/(a*(c + d*x^2))]), x] /
; FreeQ[{a, b, c, d}, x] && PosQ[d/c] && PosQ[b/a] &&  !SimplerSqrtQ[b/a, d/c]

Rubi steps

\begin {align*} \int \frac {1}{\sqrt {4+x^2} \sqrt {c+d x^2}} \, dx &=\frac {\sqrt {c+d x^2} F\left (\tan ^{-1}\left (\frac {x}{2}\right )|1-\frac {4 d}{c}\right )}{c \sqrt {4+x^2} \sqrt {\frac {c+d x^2}{c \left (4+x^2\right )}}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C]  time = 0.04, size = 47, normalized size = 0.77 \[ -\frac {i \sqrt {\frac {c+d x^2}{c}} \operatorname {EllipticF}\left (i \sinh ^{-1}\left (\frac {x}{2}\right ),\frac {4 d}{c}\right )}{\sqrt {c+d x^2}} \]

Antiderivative was successfully verified.

[In]

Integrate[1/(Sqrt[4 + x^2]*Sqrt[c + d*x^2]),x]

[Out]

((-I)*Sqrt[(c + d*x^2)/c]*EllipticF[I*ArcSinh[x/2], (4*d)/c])/Sqrt[c + d*x^2]

________________________________________________________________________________________

fricas [F]  time = 0.61, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {\sqrt {d x^{2} + c} \sqrt {x^{2} + 4}}{d x^{4} + {\left (c + 4 \, d\right )} x^{2} + 4 \, c}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(x^2+4)^(1/2)/(d*x^2+c)^(1/2),x, algorithm="fricas")

[Out]

integral(sqrt(d*x^2 + c)*sqrt(x^2 + 4)/(d*x^4 + (c + 4*d)*x^2 + 4*c), x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{\sqrt {d x^{2} + c} \sqrt {x^{2} + 4}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(x^2+4)^(1/2)/(d*x^2+c)^(1/2),x, algorithm="giac")

[Out]

integrate(1/(sqrt(d*x^2 + c)*sqrt(x^2 + 4)), x)

________________________________________________________________________________________

maple [A]  time = 0.03, size = 53, normalized size = 0.87 \[ \frac {\sqrt {\frac {d \,x^{2}+c}{c}}\, \EllipticF \left (\sqrt {-\frac {d}{c}}\, x , \frac {\sqrt {\frac {c}{d}}}{2}\right )}{2 \sqrt {d \,x^{2}+c}\, \sqrt {-\frac {d}{c}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(x^2+4)^(1/2)/(d*x^2+c)^(1/2),x)

[Out]

1/2/(d*x^2+c)^(1/2)*((d*x^2+c)/c)^(1/2)*EllipticF((-1/c*d)^(1/2)*x,1/2*(c/d)^(1/2))/(-1/c*d)^(1/2)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{\sqrt {d x^{2} + c} \sqrt {x^{2} + 4}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(x^2+4)^(1/2)/(d*x^2+c)^(1/2),x, algorithm="maxima")

[Out]

integrate(1/(sqrt(d*x^2 + c)*sqrt(x^2 + 4)), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int \frac {1}{\sqrt {x^2+4}\,\sqrt {d\,x^2+c}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/((x^2 + 4)^(1/2)*(c + d*x^2)^(1/2)),x)

[Out]

int(1/((x^2 + 4)^(1/2)*(c + d*x^2)^(1/2)), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{\sqrt {c + d x^{2}} \sqrt {x^{2} + 4}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(x**2+4)**(1/2)/(d*x**2+c)**(1/2),x)

[Out]

Integral(1/(sqrt(c + d*x**2)*sqrt(x**2 + 4)), x)

________________________________________________________________________________________